From 6364c2fcdabdeba4e3ec52c682fa6b0797fc2fdc Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 21 Feb 2018 14:44:58 +0100 Subject: [PATCH] sysctl: correct comment in xen_sysctl_pcitopoinfo Refer to correct member of struct xen_sysctl_pcitopoinfo in comment. Fixes: commit 61319fbfd9 ("sysctl: add sysctl interface for querying PCI topology") Signed-off-by: Olaf Hering Reviewed-by: Stefano Stabellini Acked-by: Andrew Cooper --- xen/include/public/sysctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/sysctl.h b/xen/include/public/sysctl.h index cfc7b11de8..3669e32524 100644 --- a/xen/include/public/sysctl.h +++ b/xen/include/public/sysctl.h @@ -684,7 +684,7 @@ struct xen_sysctl_psr_cmt_op { #define XEN_INVALID_DEV (XEN_INVALID_NODE_ID - 1) struct xen_sysctl_pcitopoinfo { /* - * IN: Number of elements in 'pcitopo' and 'nodes' arrays. + * IN: Number of elements in 'devs' and 'nodes' arrays. * OUT: Number of processed elements of those arrays. */ uint32_t num_devs; -- 2.30.2